home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Resources
/
Security
/
McAfee SiteAdvisor 26.6
/
safe.xpi
/
chrome
/
safe.jar
/
content
/
setpassword.xul
< prev
next >
Wrap
Extensible Markup Language
|
2007-03-02
|
1KB
|
27 lines
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
<!DOCTYPE overlay SYSTEM "chrome://safe/locale/safe.dtd">
<dialog xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/1999/xhtml" align="center" buttons="accept,cancel"
buttonorient="horizontal" buttonalign="center"
onload="document.getElementById('SAFE-setpassword').height = window.arguments[0]; centerWindowOnScreen();"
ondialogaccept="return SiteAdvisorFunPack['checkPassword']();"
id="SAFE-setpassword" windowtype="safe:setpassword" title="&safe.setpassword.title;"
width="450px">
<script type="application/x-javascript" src="framework.js" />
<description>&safe.setpassword.label;</description>
<spacer height="10px"/>
<description>&safe.setpassword.label2;</description>
<spacer height="10px"/>
<description>&safe.setpassword.password;</description>
<textbox id="SAFE-enter-password" type="password" cols="75"/>
<description>&safe.setpassword.retype-password;</description>
<textbox id="SAFE-enter-password2" type="password" cols="75"/>
<description>&safe.setpassword.hint;</description>
<textbox id="SAFE-enter-hint" type="hint" cols="75"/>
</dialog>